N
AME
this_function
- return a functionpointer to the current function
S
YNTAX
#include <simulate.h>
function this_function();
D
ESCRIPTION
Returns a functionpointer to the current function, useful for making recursive lambda-functions.
K
EYWORDS
function
S
EE
A
LSO
get_function
,
function_name
,
function_object
and
backtrace